home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / cslib15b.zip / INCLUDE / CSA.H next >
C/C++ Source or Header  |  1994-12-20  |  684b  |  24 lines

  1. /***********************************************************************
  2.  
  3.                                        CSA Library, Release 1.5.b 
  4.  
  5.        Header file to conveniently include all the
  6.        header files of the CSA library with just
  7.        one include statement.
  8.  
  9.                                           Copyright(c) 1994 
  10.                                           Combis 
  11.                                           The Netherlands   
  12. ***********************************************************************/
  13.  
  14. #ifndef __CSA_H
  15. #define __CSA_H
  16.  
  17. #include "cskeys.h"
  18. #include "csmenu.h"
  19. #include "cspanel.h"
  20. #include "csmess.h"
  21. #include "csheap.h"
  22.  
  23. #endif
  24.